home *** CD-ROM | disk | FTP | other *** search
- <%--
- --%>
- <%@ page errorPage="../include/PaginaErrore.jsp" %>
- <%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %>
-
- <c:if test="${!empty sessionScope.carrello && sessionScope.carrello.numeroProdotti>0}">
- <jsp:useBean
- id="carrello"
- class="it.edmaster.eLisa.carrello.CarrelloHelper"
- scope="session"
- />
-
- <SPAN CLASS="sidebar-titolo">Carrello</SPAN><BR>
- Il tuo carrello contiene <c:out value="${carrello.numeroProdotti}" /> prodotti.
- <P>
- <A HREF="controller?op=carrello.mostra">Mostra</A>
- <P>
-
- </c:if>
-
-